[INFO] cloning repository https://github.com/amdRyzen5600X/comp_graph_hw5
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/amdRyzen5600X/comp_graph_hw5" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FamdRyzen5600X%2Fcomp_graph_hw5", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FamdRyzen5600X%2Fcomp_graph_hw5'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1e04f129b14ebef5d0900be0f73d1ce4fb3f18bc
[INFO] checking amdRyzen5600X/comp_graph_hw5 against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FamdRyzen5600X%2Fcomp_graph_hw5" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/amdRyzen5600X/comp_graph_hw5
[INFO] finished tweaking git repo https://github.com/amdRyzen5600X/comp_graph_hw5
[INFO] tweaked toml for git repo https://github.com/amdRyzen5600X/comp_graph_hw5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/amdRyzen5600X/comp_graph_hw5 on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/amdRyzen5600X/comp_graph_hw5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3497265be830a692386f1a073bb68faa18209857a120e7d180c0f5498c2ea4e6
[INFO] running `Command { std: "docker" "start" "3497265be830a692386f1a073bb68faa18209857a120e7d180c0f5498c2ea4e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3497265be830a692386f1a073bb68faa18209857a120e7d180c0f5498c2ea4e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3497265be830a692386f1a073bb68faa18209857a120e7d180c0f5498c2ea4e6" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3497265be830a692386f1a073bb68faa18209857a120e7d180c0f5498c2ea4e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3497265be830a692386f1a073bb68faa18209857a120e7d180c0f5498c2ea4e6" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking libloading v0.8.5
[INFO] [stderr]    Compiling rustix v0.38.38
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling thiserror v1.0.66
[INFO] [stderr]    Compiling wayland-client v0.31.7
[INFO] [stderr]    Compiling xml-rs v0.8.22
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking bytemuck v1.19.0
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]    Compiling anyhow v1.0.92
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking ttf-parser v0.25.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling quick-xml v0.36.2
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]    Compiling wayland-sys v0.31.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]    Compiling built v0.7.5
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling winit v0.30.5
[INFO] [stderr]    Compiling glutin v0.32.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.0
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]    Compiling syn v2.0.86
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.5
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]     Checking imgref v1.11.0
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking bitstream-io v2.5.3
[INFO] [stderr]    Compiling wayland-backend v0.3.7
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking object v0.36.5
[INFO] [stderr]    Compiling glium v0.35.0
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking fdeflate v0.3.6
[INFO] [stderr]     Checking avif-serialize v0.8.2
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking png v0.17.14
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking image-webp v0.2.0
[INFO] [stderr]     Checking zune-jpeg v0.4.13
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking obj v0.10.2
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking polling v3.7.3
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.66
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking wayland-protocols v0.32.5
[INFO] [stderr]     Checking wayland-cursor v0.31.7
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.5
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.5
[INFO] [stderr]     Checking ravif v0.11.11
[INFO] [stderr]     Checking image v0.25.4
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking hw5 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/main.rs:20:23
[INFO] [stdout]     |
[INFO] [stdout]  20 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  21 | |             140 => {
[INFO] [stdout]  22 | |                 vertex: "
[INFO] [stdout]  23 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |             },
[INFO] [stdout] 143 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/main.rs:20:23
[INFO] [stdout]     |
[INFO] [stdout]  20 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  21 | |             140 => {
[INFO] [stdout]  22 | |                 vertex: "
[INFO] [stdout]  23 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |             },
[INFO] [stdout] 143 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/main.rs:20:23
[INFO] [stdout]     |
[INFO] [stdout]  20 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  21 | |             140 => {
[INFO] [stdout]  22 | |                 vertex: "
[INFO] [stdout]  23 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |             },
[INFO] [stdout] 143 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/main.rs:20:23
[INFO] [stdout]     |
[INFO] [stdout]  20 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  21 | |             140 => {
[INFO] [stdout]  22 | |                 vertex: "
[INFO] [stdout]  23 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |             },
[INFO] [stdout] 143 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/main.rs:20:23
[INFO] [stdout]     |
[INFO] [stdout]  20 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  21 | |             140 => {
[INFO] [stdout]  22 | |                 vertex: "
[INFO] [stdout]  23 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |             },
[INFO] [stdout] 143 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/main.rs:20:23
[INFO] [stdout]     |
[INFO] [stdout]  20 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  21 | |             140 => {
[INFO] [stdout]  22 | |                 vertex: "
[INFO] [stdout]  23 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |             },
[INFO] [stdout] 143 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hw5` (bin "hw5" test) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hw5` (bin "hw5") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "3497265be830a692386f1a073bb68faa18209857a120e7d180c0f5498c2ea4e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3497265be830a692386f1a073bb68faa18209857a120e7d180c0f5498c2ea4e6", kill_on_drop: false }`
[INFO] [stdout] 3497265be830a692386f1a073bb68faa18209857a120e7d180c0f5498c2ea4e6
